速報APP / 教育 / Information Logs

Information Logs

價格:免費

更新日期:2018-03-13

檔案大小:2.5M

目前版本:1.0

版本需求:Android 4.1 以上版本

官方網站:mailto:hpandro1337@gmail.com

Information Logs(圖1)-速報App

Android provides capabilities for an app to output logging information and obtain log output. Applications can send information to log output using the android.util.Log class. To obtain log output, applications can execute the logcat command.

Information Logs(圖2)-速報App

Applications should make sure that they do not send sensitive information to log output. If the app includes a third party library, the developer should make sure that the library does not send sensitive information to log output. One common solution is for an application to declare and use a custom log class, so that log output is automatically turned on/off based on Debug/Release. Developers can use ProGuard to delete specific method calls. This assumes that the method contains no side effects.

Information Logs(圖3)-速報App

Your task is to find user id and password find in application log and login into the application.

Information Logs(圖4)-速報App